@prefix iop: <https://w3id.org/iadopt/ont/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ex: <http://example.org/iadopt/challenge/> .


ex:C19
    a 
        iop:Variable ;
    rdfs:label 
        "Weight specific-ingestion Carbon rate at 15 °C" ;
    rdfs:comment 
        """Weight specific-ingestion Carbon rate at 15 °C. The amount of carbon consumed by an organism at non-limiting concentration of food relative to the individual dry weight measured at 15°C. It is expressed as μg C mg DW−1 h−1""" ;
    ex:issue "https://github.com/mabablue/I-ADOPT-examples-playground/issues/25" ;
   iop:hasObjectOfInterest 
        _:b0 ;
    iop:hasMatrix 
        _:b1 ;
    iop:hasProperty 
        _:b2 ;
    iop:hasConstraint 
        [ a iop:Constraint ;
             rdfs:label "condition: at 15°C temperature" ;
             iop:constrains _:b2 ;
        ] ,
        [ a iop:Constraint ;
             rdfs:label "condition: at non-limiting conditions" ;
             iop:constrains <https://www.wikidata.org/entity/Q2095> ;
        ] ,
        [ a iop:Constraint ;
             rdfs:label "state: dry" ;
             iop:constrains <https://www.wikidata.org/entity/Q170494> ;
        ] ,
        [ a iop:Constraint ;
             rdfs:label "process: ingestion" ;
             iop:constrains <https://www.wikidata.org/entity/Q623> ;
        ] .

_:b0
    a 
        iop:Entity ,
        iop:AsymmetricSystem ;
    iop:hasNumerator 
        <https://www.wikidata.org/entity/Q623> ;
    iop:hasDenominator 
        <https://www.wikidata.org/entity/Q170494> .

_:b1
    a 
        iop:Entity ,
        iop:AsymmetricSystem ;
    iop:hasSource 
        <https://www.wikidata.org/entity/Q2095> ;
    iop:hasTarget 
        <https://www.wikidata.org/entity/Q7239> .

_:b2
    a 
        iop:Property ;
    rdfs:label 
        "mass fraction rate" .

<https://www.wikidata.org/entity/Q623>
    a 
        iop:Entity ;
    rdfs:label 
        "Carbon" .

<https://www.wikidata.org/entity/Q170494>
    a 
        iop:Entity ;
    rdfs:label 
        "body" .

<https://www.wikidata.org/entity/Q2095>
    a 
        iop:Entity ;
    rdfs:label 
        "food" .

<https://www.wikidata.org/entity/Q7239>
    a 
        iop:Entity ;
    rdfs:label 
        "organism" .
